CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Newton iterative

搜索资源列表

  1. shuzhijisuan

    0下载:
  2. 数值计算的例程,包含简单迭代法、牛顿迭代法、雅格比迭代法。-Numerical routines, including a simple iterative method, Newton iterative method, Jacoby iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1429
    • 提供者:付长亮
  1. Practice2.1

    1下载:
  2. 椭圆轨道方程用普通迭代法和牛顿微分迭代法求解偏近点角E-Elliptical orbit equations ordinary differential iteration method and Newton iterative method for solving the eccentric anomaly E
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:859623
    • 提供者:Erica
  1. Inverse_Solution

    0下载:
  2. 利用matlab的gui编写的六自由度机器人逆运动学解,采用的Newton迭代计算得到机器人的一组逆解-Using GUI matlab prepared by the six degrees of freedom robot inverse kinematics solution, using the Newton iterative calculation of a set of robot inverse solution
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9901
    • 提供者:悠悠
  1. FICA_DEMO

    0下载:
  2. 快速ICA的matlab m文件,是演示代码,可以直接运行。独立分量分析。使用了基于负熵极大值的牛顿迭代法来判断分离结果的非高斯性-Fast matlab m ICA files, is a demo code, you can directly run. Independent component analysis. The non Gauss used Newton iterative method based on negative entropy to determine the max
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1412
    • 提供者:德玛
  1. main.cpp

    1下载:
  2. (1) 编写用Newton迭代和弦截法解非线性方程的通用程序-1) write a general procedure for solving nonlinear equations by using the Newton iterative chord intercept method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1183
    • 提供者:qiuxiazaia123
  1. WS1

    0下载:
  2. 牛顿迭代法求解电力系统节点处的电压模值,角度等系数-Newton iterative method for solving voltage modulus and angle at the node power coefficient system
  3. 所属分类:Energy industry

    • 发布日期:2017-04-12
    • 文件大小:1133
    • 提供者:卢飞宇
  1. StewartAlgorithm

    3下载:
  2. 基于C#编程语言,运用牛顿迭代算法实现六自由度平台正逆解算-The forward and inverse algorithm of 6 DOF platform based on Newton iterative,c# programming language
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:17430
    • 提供者:进兴
  1. iteration_Newtom_equations

    0下载:
  2. 牛顿迭代法解非线性方程组,快速、高效。精度也很高。-Newton iterative method for solving nonlinear equations, fast and efficient. Accuracy is also high.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:653
    • 提供者:yeastfly
  1. solve

    0下载:
  2. 功能是用牛顿迭代法求解一元多次方程,可以求解一元多次方程的所有实根,但重根只能输出一个-Function is to use Newton iterative method for solving multiple equations one yuan, one yuan can solve all real roots of the equation many times, but only output a heavy root
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1261
    • 提供者:anteng
  1. Newton_iterate

    0下载:
  2. 此算法应用于牛顿迭代算法,原理简单,适合初学者学习。-This algorithm is applied to Newton iterative algorithm is simple in principle, suitable for beginners to learn.
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:529
    • 提供者:肖先生
  1. Nonlinear-equations-is-presented

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。-Newton iterative method (Newton s method) is also known as Newton- Ralph monson (laffer sen) method (Newton Raphson method), it was proposed by Newton in
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:田青永
  1. FastICA_25

    0下载:
  2. 快速独立分量分析,应用程序,一键完成运算。该算法采用牛顿迭代算法对测量变量X的大量采样点进行批处理,每次从观测信号中分离出一个独立分量,是独立分量分析的一种快速算法。-Fast independent component analysis, application, a key to complete the operation. The algorithm uses the Newton iterative algorithm to batch the large number of samp
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:524483
    • 提供者:翟昱尧
  1. SC

    0下载:
  2. 最基本的牛顿迭代法,随机设置4个观测站,跟踪运动目标-Basic Newton iterative method, a random set four stations and track moving targets
  3. 所属分类:matlab

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:单色
  1. aaa

    0下载:
  2. matlab中用牛顿迭代法求解非线性方程组的的的最优解程序(MATLAB in Newton iterative method for solving nonlinear equations of the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:青柠
  1. 经典牛顿迭代法C++实例

    0下载:
  2. 使用c++实现了牛顿迭代法的求解方程组的过程。(The use of c++ to achieve the Newton iterative method for solving equations process.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:helloworldd
  1. 数值分析方法

    0下载:
  2. 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:Lethcobs
  1. 牛顿迭代法的MATLAB实现_云磊

    1下载:
  2. 牛顿迭代法是方程求根中的一种较快捷的迭代方法,但遇到较复杂的方程时计算量较大。文章采用了MATLAB编程来实现牛顿迭代法,并给出了具体的计算例子。(Using the MATLAB programming to realize the Newton iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:2770944
    • 提供者:Effie
  1. 新建文件夹

    0下载:
  2. 牛顿迭代法是考试必考的内容,所以,我们既要掌握它的原理,也要编写代码(Newton iterative method is the examination content, so we should grasp the principle of it is to write code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:xjdd
  1. 牛顿迭代代码

    0下载:
  2. 通过牛顿迭代法实现求一个函数在区间内的所有根(All the roots of a function in the interval are obtained by the Newton iterative method)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:377856
    • 提供者:肉嘟嘟
  1. diedaifa

    0下载:
  2. 牛顿迭代法(Newton's method)又称为牛顿-拉夫逊(拉弗森)方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根。牛顿迭代法是求方程根的重要方法之一,其最大优点是在方程f(x) = 0的单根附近具有平方收敛,而且该法还可以用来求方程的重根、复根,此时线性收敛
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:25600
    • 提供者:xzt
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com